*{
    padding:0;
    margin:0;
}
html{

	font-family: "微软雅黑","宋体";
}
a {
    text-decoration: none;
    color: #333;
}
li {
    list-style-type:none;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
}

@media screen and (min-width: 768px) and (max-width: 1199px){
    .container {
        width: 96% !important;
    }
}

.header{
  
    position: relative;
    width: 100%;
    line-height: 34px;
}
.head-top {
    background: #f7f7f7;
}
.head-phone{
    display: none;
}
.container{
    width: 1220px;
    margin: auto;
    /* background-color: white !important; */
}

.head-left{
    color: #1e1e1e;
    float: left;
    font-size: 14px;;
}
.head-right{
    float: right;
    color: #1e1e1e;
    font-size: 14px;
}
/* .top_lnew li{
    line-height: 3em;
    
 
}
.top_rnew li{
    line-height: 3em;
    
 
} */

.head-banner{
    width: 100%;
    /* min-width: 122em; */
    background-color: white !important;
}
.banner-text{
    margin: 0;
}
.banner-left{
    float: left;
    width: 556px;
}
.banner-right{
   float: right;
   display: inline;
    margin-top: 18px;
    line-height: 24px;
    font-size: 14px;
    position: relative;
    float: right;
}
.banner-left img{
    margin-top: 18px;
    width: 100%;
    cursor: pointer;
}
.navTx{
    width: 360px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.navTx img{
    width: 24px;
    height: 24px;
    /* border-radius: 50%; */
    vertical-align: middle;
    margin-right: 6px;
}
.navTx a{
   /* margin-right: 15px;*/
    color: #333333;
}
.nav-inp input{
    color: #999999;
    font-size: 16px;
    height: 30px;
    padding-left: 8px;
    width: 240px;
    border: 1px solid #E5E5E5;
    padding-top: 4px;
    vertical-align: bottom;
    line-height: 30px;
}
.nav-inp button{
    height: 36px;
    width: 100px;
    color: #ffffff;
    background: #1A56A8;
    margin-left: -5px;
    border: 1px solid #1A56A8;
    font-size: 16px;
    padding-right: 14px;
}
.btn-img{
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.pc-tittle{
    font-size: 14px;
    color: #333333;
}
.pc_a_ts {
    margin-right: 10px;
}
.nav-nav{
    /* height: 50px; */
    background: #1A56A8;
    line-height: 50px;
    color: #FFFFFF;
    width: 100%;
    margin-top: 10px;
}
.pc_gy_gncd_ul {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.pc_gy_gncd_ul li {
    display: inline;
    list-style-type: none;
}
.pc_gy_gncd_ul li a {
    border-right: 1px solid #FFFFFF;
    float: left;
    height: 50px;
    width: 202px;
    background: #1A56A8;
    font-size: 22px;
    font-weight: bold;
    color: white;
    text-align: center;
    display: inline-block;
}
.pc_gy_gncd_ul li a:hover{
    color: #1a56a8 !important;
    background-color: #FFFFFF !important;
    opacity: 0.9 !important;
}

.active{
    color: #1a56a8 !important;
    background-color: #FFFFFF !important;
    opacity: 0.9 !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .banner-right{
        float: right;
        display: inline;
    }
    .banner-left{
        float: left;
        width: 47%;
    }
    .pc_gy_gncd_ul li a {
        height: 50px;
        width: 16.5%;
        background: #1A56A8;
        font-size: 16px;
        font-weight: bold;
        color: white;
        text-align: center;
        display: inline-block;
    }
}

@media (max-width: 499px){
    html,body{
        overflow:hidden;
        overflow-y: auto;
        }
}
@media (max-width: 768px){
    /* html,body{
        overflow:hidden;
        overflow-y: scroll;
        } */
    /* body {
        width: 100vw;
        overflow: hidden;
        overflow-y: scroll;
      } */
    .header{
        display: none;
    }
    .head-phone{
        display: block !important;
        /* width: 100%; */
        padding:10px 10px;
        width: 94%;
    }
    .navTx-phone{
        margin-top: 6px;
        margin-right: 6px;
        width: 80%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navTx-phone img{
        vertical-align: middle;
        margin:0 5px;
        /* width: 10%; */
    }
    .navTx-phone a{
        transform: translateX(1px);
        font-size: 12px;
    }
    .banner-phone{
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .banner-left-phone{
        width: 75%;
    }
    .banner-left-phone img{
        width: 100%;
    }
    .banner-right-phone{
        width: 22%;
    }
    .banner-right-phone span{
        display: block;
        width: 100% !important;
        height: 35px;
        border-radius: 32px;
        background-color: rgb(118, 154, 203);
        font-size: 16px;
        text-align: center;
        line-height: 35px;
        color: #fff;
    }
    .inp-phone {
        margin-top: 20px;
        display: flex;
    }
    .inp-phone input{
        width: 78%;
        color: #999999;
        font-size: 16px;
        height: 30px;
        padding-left: 8px;
        border: 1px solid #E5E5E5;
        padding-top: 4px;
        vertical-align: bottom;
        line-height: 30px;
    }
    .inp-phone button{
        width: 22%;
        height: 36px;
        color: #ffffff;
        background: #1A56A8;
        margin-left: -5px;
        border: 1px solid #1A56A8;
        font-size: 16px;
        padding-right: 14px;
    }
    .btn-img{
        width: 16px;
        height: 16px;
        margin-right: 8px;
        margin-left: 2px;
        transform: translateY(2px);
    }
    .pc-tittle{
        margin-top: 10px;
        color: #000 !important;
        font-size: 12px;
    }
    .pc-tittle a{
        margin-right: 8px;
    }
    .pc_gy_gncd_ul{
        display: flex;
        flex-wrap: wrap;
    }
    .pc_gy_gncd_ul li{
        width: 33.33%;
    }
    .pc_gy_gncd_ul li a {
        height: 40px;
        line-height: 40px;
        width: 100%;
        background: #1A56A8;
        font-size: 12px;
        font-weight: bold;
        color: white;
        text-align: center;
        display: inline-block;
    }
    /* .active{
        color: #1a56a8 !important;
        background-color: rgb(118, 154, 203) !important;
    } */
    .container {
        width: 100% !important;
    }
}